From: Debian Qt/KDE Maintainers Date: Thu, 17 Apr 2025 20:25:18 +0000 (+0200) Subject: Disable a notification if no problems were found. X-Git-Tag: archive/raspbian/25.04.0-1+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=84db3daa2fcb8d0e9df26bc7d8de7d7a89ee703f;p=k3b.git Disable a notification if no problems were found. Forwarded: not-needed Last-Update: 2018-09-07 Gbp-Pq: Name 110_disable_no_problems_found_popup.diff --- diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index cd42db6..24a0d22 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -617,9 +617,11 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le if( problems.isEmpty() ) { qDebug() << " - none - "; if( level == AlwaysNotify ) { +/* KNotification::event( "NoProblemsFound", i18n("System configured properly"), i18n("No problems found in system configuration.") ); +*/ } } else {